Nevron Open Vision Documentation
Nevron.Nov.Text Namespace / NVFlowBlockCollection<T> Class / GetContentYRange Method


In This Topic
    GetContentYRange Method
    In This Topic
    Gets the content y range
    Syntax
    'Declaration
     
    
    Public Function GetContentYRange( _
       ByRef range As NRange _
    ) As System.Boolean
    'Usage
     
    
    Dim instance As NVFlowBlockCollection(Of T)
    Dim range As NRange
    Dim value As System.Boolean
     
    value = instance.GetContentYRange(range)
    public System.bool GetContentYRange( 
       out NRange range
    )

    Parameters

    range
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also